Conversation
juliusknorr
left a comment
There was a problem hiding this comment.
3 more comments i had pending while we looked through it in the call
| $schema = $schemaClosure(); | ||
|
|
||
| $tableName = 'deck_boards_external'; | ||
| if ($schema->hasTable($tableName)) { |
There was a problem hiding this comment.
We should put all db changes of this pr in one migration file before merging
| } | ||
|
|
||
| public function getExternalBoardFromRemote(Board $localBoard):DataResponse { | ||
| $shareToken = $localBoard->getShareToken(); |
There was a problem hiding this comment.
Probably safeguard that the board has a share token here, as we discussed in the call this is checked before in the controller but should be here as well in case this is used in other places
| public function getExternalBoardFromRemote(Board $localBoard):DataResponse { | ||
| $shareToken = $localBoard->getShareToken(); | ||
| $participantCloudId = $this->cloudIdManager->getCloudId($this->userId, null); | ||
| $ownerCloudId = $this->cloudIdManager->resolveCloudId($localBoard->getOwner()); |
There was a problem hiding this comment.
Worth to double check the length of the owner column so we can properly fit any federated cloud ids in it
|
🐢 Performance warning. |
2a82fa8 to
fcae61d
Compare
|
🐢 Performance warning. |
f36ef61 to
41b05a6
Compare
41b05a6 to
30048a0
Compare
Signed-off-by: grnd-alt <github@belakkaf.net>
Signed-off-by: grnd-alt <github@belakkaf.net>
Signed-off-by: grnd-alt <github@belakkaf.net>
feat: set accessToken from FederationMiddleware Signed-off-by: grnd-alt <github@belakkaf.net>
Signed-off-by: grnd-alt <github@belakkaf.net>
Signed-off-by: grnd-alt <github@belakkaf.net>
Signed-off-by: grnd-alt <github@belakkaf.net>
Signed-off-by: grnd-alt <github@belakkaf.net>
Signed-off-by: grnd-alt <github@belakkaf.net>
Signed-off-by: grnd-alt <git@belakkaf.net>
Signed-off-by: grnd-alt <git@belakkaf.net>
Signed-off-by: grnd-alt <git@belakkaf.net>
30048a0 to
1ba8c21
Compare
Checklist for federation features:
Out of scope for the first round